10 research outputs found

    Matrix Factorization Techniques for Context-Aware Collaborative Filtering Recommender Systems: A Survey

    Get PDF
    open access articleCollaborative Filtering Recommender Systems predict user preferences for online information, products or services by learning from past user-item relationships. A predominant approach to Collaborative Filtering is Neighborhood-based, where a user-item preference rating is computed from ratings of similar items and/or users. This approach encounters data sparsity and scalability limitations as the volume of accessible information and the active users continue to grow leading to performance degradation, poor quality recommendations and inaccurate predictions. Despite these drawbacks, the problem of information overload has led to great interests in personalization techniques. The incorporation of context information and Matrix and Tensor Factorization techniques have proved to be a promising solution to some of these challenges. We conducted a focused review of literature in the areas of Context-aware Recommender Systems utilizing Matrix Factorization approaches. This survey paper presents a detailed literature review of Context-aware Recommender Systems and approaches to improving performance for large scale datasets and the impact of incorporating contextual information on the quality and accuracy of the recommendation. The results of this survey can be used as a basic reference for improving and optimizing existing Context-aware Collaborative Filtering based Recommender Systems. The main contribution of this paper is a survey of Matrix Factorization techniques for Context-aware Collaborative Filtering Recommender Systems

    Reducing Generalization Error Using Autoencoders for The Detection of Computer Worms

    Get PDF
    This paper discusses computer worm detection using machine learning. More specifically, the generalization capability of autoencoders is investigated and improved using regularization and deep autoencoders. Models are constructed first without autoencoders and thereafter with autoencoders. The models with autoencoders are further improved using regularization and deep autoencoders. Results show an improved in the capability of models to generalize well to new examples. &nbsp

    A boosting ensemble learning based hybrid light gradient boosting machine and extreme gradient boosting model for predicting house prices

    No full text
    Abstract The implementation of treeā€ensemble models has become increasingly essential in solving classification and prediction problems. Boosting ensemble techniques have been widely used as individual machine learning algorithms in predicting house prices. One of the techniques is LGBM algorithm that employs leaf wise growth strategy, reduces loss and improves accuracy during training which results in overfitting. However, XGBoost algorithm uses level wise growth strategy which takes time to compute resulting in higher computation time. Nevertheless, XGBoost has a regularization parameter, implements column sampling and weight reduction on new trees which combats overfitting. This study focuses on developing a hybrid LGBM and XGBoost model in order to prevent overfitting through minimizing variance whilst improving accuracy. Bayesian hyperparameter optimization technique is implemented on the base learners in order to find the best combination of hyperparameters. This resulted in reduced variance (overfitting) in the hybrid model since the regularization parameter values were optimized. The hybrid model is compared to LGBM, XGBoost, Adaboost and GBM algorithms to evaluate its performance in giving accurate house price predictions using MSE, MAE and MAPE evaluation metrics. The hybrid LGBM and XGBoost model outperformed the other models with MSE, MAE and MAPE of 0.193, 0.285, and 0.156 respectively

    Classification of cassava leaf diseases using deep Gaussian transfer learning model

    No full text
    Abstract In Subā€Saharan Africa, experts visually examine the plants and look for disease symptoms on the leaves to diagnose cassava diseases, a subjective method. Machine learning algorithms have been employed to quickly identify and classify crop diseases. In this study, we propose a model that integrates a transfer learning approach with a deep Gaussian convolutional neural network model. In this study, two preā€trained transfer learning models were used, that is, MobileNet V2 and VGG16, together with three different kernels: a hybrid kernel (a product of a squared exponential kernel and a rational quadratic kernel), a squared exponential kernel, and a rational quadratic kernel. In experiments using MobileNet V2 and the three kernels, the hybrid kernel performed better, with an accuracy of 90.11%, compared to 86.03% and 85.14% for the squared exponential kernel and a rational quadratic kernel, respectively. Additionally, experiments using VGG16 and the three kernels showed that the hybrid kernel performed better, with an accuracy of 88.63%, compared to the squared exponential kernel's accuracy of 84.62% and the rational quadratic kernel's accuracy of 83.95%, respectively. All the experiments were done using a traditional computer with no access to GPU and this was the major limitation of the study
    corecore